/* CSS Document */
section {
  clear: both;
  color: white;
padding-top: 27px;
position: relative;	
	width: 1100px;
	margin: auto;
}
div {
	text-align: center; 
}
a {
	display: block; 
	width: 100px; 
	text-align: center; 
	line-height: 20px;
	border: solid #000000 1px;
}
body {
	background-color: black;
	
}
#article1 {
     width: 700px;
     height: 1000px;
     background-color: darkred;
     text-align: center;
     float: left;    
	top: 20px;
	font-family: gotham; 
	font-size: 20px;
}
#article2 {
     width: 320px;
     height: 700px;
     background-color: darkred;
	text-align: left;
	float: right;
	font-family: serif; 
	font-family: verdana;
	font-size: 16px;
	align-content: center;
}
.piercing {
	width: 230px;
}
header {
  width: 100%;
  height: 197px;
  background-image: url("Untitled_design-removebg-preview.jpg");
  background-color: darkred;
  background-repeat: no-repeat;
  background-position: center -90px;
  background-attachment: fixed;
	margin-bottom: 20px;
}
h1 {
  text-align: center;
}
footer {
  clear: both;
  width: 100%;
  height: 80px;
  text-align: center;
  line-height: 80px;
  margin-top: 10px;
  background-color: white;
}
div.topnav {
  position: sticky;
  top: 0;
  z-index: 20;
	background-color:white;
	width: 100%;
	height: 50px;
  
}
.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 17px;
  text-decoration: none;
  font-size: 17px;background-color: white;
}
.topnav a:hover {
  background-color: darkred;
  color: white;
}
.topnav a.active {
  background-color: black;
  color: white;
}
.topnav .login-container {
  float: right;
}
.topnav input[type=text] {
  padding: 6px;
  margin-top: 20px;
  font-size: 17px;
	height: 20px;
  border: none;
  width: 120px;
}
.topnav .login-container button {
  float: right;
  padding: 7px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background-color: #555;
  color: white;
  font-size: 17px;
  border: none;
  cursor: pointer;
}
.topnav .login-container button:hover {
  background-color: darkred;
}
 .fa {
    padding: 20px;
    font-size: 75px;
    width: 40px;
    text-decoration:underline;
    margin: 7px 2px;
    border-radius: 50%; 
	  color: black;
  }
  .fa:hover {
    opacity: 0.8;
	  color: darkred;
	  background-color: black;
  }
  .fa-facebook {
    background-color: black;
    color: white;
  }
  .fa-twitter {
    background-color: black;
    color: white;
  }
  .fa-instagram {
    background-color: black;
    color: white;
  }
input[type=text], select, textarea {
  width: 100%;
	height: 10px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: black;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: lightslategrey;
}
.container {
  border-radius: 5px;
  background-color: darkred;
  padding: 5px;
}
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.column {
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 10px;
text-align: center;
}

.card {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  margin: 8px;
}

.about-section {
  padding: 50px;
  background-color: darkred;
  color: white;
	border-radius: 25px;
	text-align: center;
}

.container {
  padding-left: 0 19px;
}

.container:after, .row:after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: black;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button:hover {
  background-color: #555;
}
div.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

div.gallery-item {
  margin: 5px;
  border: 1px solid #ccc;
  width: 180px;
}

div.gallery-item:hover {
  border: 1px solid black;
}

div.gallery-item img {
  width: 100%;
  height: auto;
}

div.gallery-item div.desc {
  padding: 15px;
  text-align: center;
}
.desc {
text-align: center;
}

@media screen and (max-width: 600px) 
{
 .topnav .login-container {
    float: none;
  }
  .topnav a, .topnav input[type=text], .topnav .login-container button {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
  .topnav {
    border: 1px solid #ccc;
  }